home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / diroutx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.6 KB  |  45 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef diroutxH
  7. #define diroutxH
  8. //---------------------------------------------------------------------------
  9. #include <Classes.hpp>
  10. #include <Controls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Forms.hpp>
  13. #include <Outline.hpp>
  14. #include <Grids.hpp>
  15. #include <FileCtrl.hpp>
  16. #include "cdiroutl.h"
  17. //---------------------------------------------------------------------------
  18. class TForm1 : public TForm
  19. {
  20. __published:    // IDE-managed Components 
  21.     TLabel *Label2;
  22.     TDriveComboBox *DriveComboBox1;
  23.     TLabel *Label1;
  24.     TLabel *Label3;
  25.     TEdit *Edit1;
  26.     TFileListBox *FileListBox1;
  27.     TLabel *Label5;
  28.     TMemo *Memo1;
  29.     TLabel *Label4;
  30.    TCDirectoryOutline *DirectoryOutline1;
  31.     void __fastcall DirectoryOutline1Change(TObject *Sender);
  32.     void __fastcall DriveComboBox1Change(TObject *Sender);
  33.     void __fastcall Edit1Change(TObject *Sender);
  34.     void __fastcall FileListBox1Change(TObject *Sender);
  35.     void __fastcall FileListBox1Enter(TObject *Sender);
  36.    
  37. private:        // User declarations
  38. public:         // User declarations
  39.     virtual __fastcall TForm1(TComponent* Owner);
  40. };
  41. //---------------------------------------------------------------------------
  42. extern TForm1 *Form1;
  43. //---------------------------------------------------------------------------
  44. #endif
  45.